/* 导航 - 开始 */
nav {
  /* margin-top: 140px; */
}

.swiper {
  width: 100%;
  height: 700px;
}

.swiper-pointer-events {
  height: 100% !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 导航 - 结束 */

/*  产品中心 - 开始*/

.product-center {
  width: 100%;
  /* height: 410px; */
  background-color: #fff;
  background: url('../uploads/productBg.jpg') no-repeat;
  padding: 50px 0;
  background-size: 100% 100%;
}

.product-center-title {
  font-size: 3.3rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 8%;
}

.product-center-title .product-center-subtitle {
  font-size: 2rem;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
  position: relative;
}

.product-center-subtitle::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #1d7bf4;
  border-radius: 1px;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -30px;
}

.product-center-content {
  display: flex;
  align-items: center;
  margin: 55px 0;
}

.product-center-content-fl {
  width: 15%;
  height: 336px;
}

.product-center-content-fl li {
  height: 50px;
  width: 100%;
  color: #999;
  display: flex;
  align-items: center;
}

.product-center-content-fl .swiper-slide {
  padding-left: 20%;
  cursor: pointer;
}

.product-center-content-fl .active {
  background-color: rgba(51, 136, 244, 0.2);
  font-size: 44rpx;
  font-weight: 300;
  color: #1d7bf4;
  position: relative;
  padding-left: 23%;
}

.product-center-content-fl .active li {
  color: #1d7bf4;
}

.product-center-content-fl .active::before {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  color: #1d7bf4;
}

.product-center-content-fl .active::after {
  content: '';
  display: block;
  position: absolute;
  right: 1%;
  width: 21px;
  height: 21px;
  color: #1d7bf4;
  background-image: url('../uploads/arrow.png');
  background-size: 21px 21px;
}

.product-center-content-fr {
  width: 81%;
}

.product-center-content-fr .swiper {
  height: 430px;
}

.product-center-content-fr .swiper-slide {
  display: flex;
  align-items: center;
}

.product-center-content-fr .swiper-slide .product-demo {
  width: 25%;
  margin-left: 20px;
  cursor: pointer;
}

.product-center-content-fr .productSwiperBox {
  display: none;
}

.product-center-content-fr .productSwiperBox .swiper-slide {
  justify-content: flex-start;
}

.product-center-content-fr .productSwiperBox:first-of-type {
  display: flex;
}

.product-demo-title {
  font-size: 30px;
  font-weight: 400;
  color: #1d7bf4;
  text-align: left;
}

.product-demo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 332px;
  position: relative;
  background-color: #f7f9fb;
  overflow: hidden;
}

.product-demo-box img {
  width: 192px;
  height: 135px;
}

.product-demo-box:hover .hover-name {
  top: 0;
}

.product-demo-box .hover-name {
  position: absolute;
  top: 360px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1d7bf4 0%, rgba(85, 153, 240, 0.5) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  transition: all 1s ease-in-out;
}

.hover-name .hover-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}

.hover-name p {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  width: 280px; /* 设置段落的宽度 */
  overflow: hidden; /* 溢出内容隐藏 */
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 超出部分以省略号显示 */
}

.hover-name .detail {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}



    /*  产品中心 - 结束*/

    /* 产品中心详情-开始 */

    .product-center-detail {
        margin-top: 40px;
        display: flex;
    }

    .product-center-fl {
        width: 25%;
        background: #f3f7fb;
        border-radius: 45px 0px 45px 0px;
    }

    .product-center-fl-title {
        width: 100%;
        height: 100px;
        background: #0082ff;
        border-radius: 45px 0px 0px 0px;
        display: flex;
        align-items: center;
        padding: 0 36px;
        font-size: 24px;
        color: #ffffff;
    }

    .product-center-fl ul {
        width: 100%;
    }

        .product-center-fl ul li {
            width: 100%;
            height: 66px;
            padding: 0 36px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e8ecf3;
            position: relative;
        }

            .product-center-fl ul li::after {
                content: '';
                width: 20px;
                height: 20px;
                background: url('../uploads/proarrow.png') no-repeat;
                position: absolute;
                top: 50%;
                margin-top: -10px;
                right: 20px;
            }

        .product-center-fl ul .active {
            color: #0082ff;
            background-color: #e1eef9;
        }

            .product-center-fl ul .active::after {
                content: '';
                width: 20px;
                height: 20px;
                background: url('../uploads/proarrowactive.png') no-repeat;
                position: absolute;
                top: 50%;
                margin-top: -10px;
                right: 20px;
            }

    .product-center-fr {
        width: 75%;
        padding-left: 33px;
    }

    .product-center-fr-top {
        display: flex;
    }

        .product-center-fr-top .product-center-fr-top-l {
            width: 50%;
            height: 340px;
            background: #ffffff;
            border: 1px solid #e3e3e3;
            border-radius: 5px 0px 0px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .product-center-fr-top .product-center-fr-top-l img {
                width: 315px;
                height: 238px;
            }

    .product-center-fr-top-r {
        width: 50%;
        height: 100%;
        padding-left: 51px;
    }

        .product-center-fr-top-r .title {
            width: 100%;
            height: 59px;
            font-size: 36px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #333333;
            border-bottom: 1px solid #e3e3e3;
        }

        .product-center-fr-top-r p {
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #666666;
            line-height: 28px;
        }

            .product-center-fr-top-r p:first-of-type {
                margin-top: 21px;
            }

        .product-center-fr-top-r button {
            width: 190px;
            height: 65px;
            background: #df0000;
            border-radius: 5px;
            border: none;
            font-size: 18px;
            color: #ffffff;
            cursor: pointer;
            margin-top: 28px;
        }

            .product-center-fr-top-r button img {
                width: 26px;
                height: 31px;
                margin-right: 8px;
            }

    .product-center-fr-bottom {
        margin-top: 50px;
    }

        .product-center-fr-bottom .title {
            font-size: 20px;
            color: #333333;
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e5e5;
        }

        .product-center-fr-bottom .trhead th {
            width: 40%;
        }

            .product-center-fr-bottom .trhead th:last-of-type {
                width: 60%;
            }

    /* 产品中心详情-结束 */

    /* 关于东晶 - 开始 */
    .about_us {
        width: 100%;
        height: 564px;
        background: url('../uploads/about_bg.jpg') no-repeat;
        background-size: cover;
    }

    .navbar {
        width: 200px;
        height: 150px;
        overflow: hidden;
    }

    .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;
        cursor: grab;
    }

        .menu li {
            background-color: #f1f1f1;
            padding: 10px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

            .menu li:hover {
                background-color: #ddd;
            }

    .content {
        display: none;
    }

    .menu li.active .content {
        display: block;
    }

    .about_us .about_body {
        display: flex;
        justify-content: space-between;
    }

    .about_body .about_fl {
        flex: 1;
    }

        .about_body .about_fl .about_fl_head {
            color: #333;
            font-size: 78px;
            margin-top: 10px;
        }

        .about_body .about_fl .about_fl_sbhead {
            color: #333;
            font-size: 42px;
            font-weight: 700;
            line-height: 1;
        }

    .about_fl .about_fl_title {
        font-size: 42px;
        font-weight: 700;
        margin-top: 81px;
    }

    .about_fl .about_fl_text {
        font-size: 18px;
        color: #666;
    }

    .about_wire {
        margin-top: 20px;
        width: 50px;
        height: 3px;
        background-color: #c90916;
    }

    .about_fl_synopsis {
        width: 670px;
        margin-top: 15px;
        line-height: 36px;
        color: #666;
        font-size: 18px;
    }

    .about_fl_video {
        width: 100%;
        height: 100%;
        background-color: #ccc;
    }

        .about_fl_video video {
            width: 100%;
            height: 100%;
        }

    .about_fl_all {
        margin-top: 70px;
        display: flex;
        align-items: center;
    }

        .about_fl_all div {
            width: 30px;
            height: 2px;
            background-color: #1d7bf4;
        }

        .about_fl_all a {
            color: #666;
            margin-left: 10px;
        }

    .about_fr {
        flex: 1;
        margin-top: 75px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .about_fr .about_fr_more {
            font-size: 33px;
            color: #333;
        }

        .about_fr .about_fr_box {
            margin-left: 80px;
            margin-top: 20px;
            width: 672px;
            height: 382px;
            background-color: #fff;
            box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
        }

    .about_fr_box .about_fr_box_img img {
        width: 100%;
        height: 100%;
    }

    .about_fr_box_img {
        height: 382px;
    }

    .about_fr_box_text {
        display: flex;
    }

        .about_fr_box_text ul {
            width: 100%;
            margin-top: 55px;
            display: flex;
            /* justify-content: space-around; */
            align-items: center;
        }

            .about_fr_box_text ul li {
                display: flex;
                flex-direction: column;
                align-items: center;
                border-right: 1px solid #eee;
                padding: 0 42px;
            }

                .about_fr_box_text ul li:last-child {
                    border: none;
                }

    .about_fr_top {
        color: #666;
        position: relative;
    }

        .about_fr_top i {
            font-size: 42px;
            font-weight: 700;
            color: #1d7bf4;
            margin-right: 5px;
        }

        .about_fr_top .add {
            color: #1d7bf4;
            position: absolute;
            top: 0;
            right: 16px;
            font-size: 20px;
        }

    .about_fr_bottom {
        color: #666;
    }

    /* 关于东晶 - 结束*/

    /* 我们的产品 - 开始 */
    .our_products {
        width: 100%;
        height: 835px;
        display: flex;
        flex-direction: column;
        background-color: #f1f4f9;
        position: relative;
    }

    .our_products_bg {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        background: url('../uploads/product_bg.jpg') no-repeat;
        background-size: 100% 100%;
    }

    .our_products .our_products_top {
        flex: 0.8;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .our_products_top .products_left {
        width: 465px;
        height: 315px;
    }

    .our_products_top .products_right {
        width: 465px;
        height: 315px;
    }

    .products_right .products_title {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
    }

    .products_right .products_text {
        font-size: 18px;
        color: #fff;
        margin-top: 30px;
    }

    .products_right .products_more {
        margin-top: 35px;
    }

    .products_more a {
        display: inline-block;
        width: 182px;
        height: 55px;
        border: 2px solid #ffffff;
        border-radius: 28px;
        line-height: 55px;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    .our_products .our_products_bottom {
        flex: 0.3;
        position: absolute;
        bottom: 3%;
    }

    .our_products_bottom ul {
        display: flex;
        height: 100%;
    }

        .our_products_bottom ul li {
            width: 25%;
            height: 100%;
            background-color: #fff;
            display: flex;
            flex-direction: column;
            border-right: 1px solid #eee;
            align-items: center;
        }

            .our_products_bottom ul li:last-child {
                border: none;
            }

            .our_products_bottom ul li img {
                width: 90%;
            }

            .our_products_bottom ul li span {
                font-size: 18px;
                color: #333;
                margin-bottom: 5%;
            }

    /* 我们的产品 - 结束 */

    /* 应用领域 - 开始 */

    .application_area {
        width: 100%;
        height: 844px;
        /* background: url('../uploads/product-centerbg.jpg') no-repeat;
  background-size: 100% 100%; */
        padding-top: 80px;
        position: relative;
        overflow: hidden;
    }

        .application_area .updatebg {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

            .application_area .updatebg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .application_area-title {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

        .application_area-title .application_area-subtitle {
            font-size: 20px;
            font-weight: 400;
            color: #fff;
            margin-top: 10px;
            position: relative;
        }

    .application_area-subtitle::after {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background: #1d7bf4;
        border-radius: 1px;
        position: absolute;
        top: -11px;
        left: 50%;
        margin-left: -30px;
    }

    .application_tabs {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

        .application_tabs ul {
            display: flex;
            height: 48px;
            width: 77%;
            color: #fff;
            background: #1d7bf4;
            border-radius: 10px;
            align-items: center;
            margin-bottom: 20px;
        }

            .application_tabs ul li {
                width: 196px;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                cursor: pointer;
            }

                .application_tabs ul li:hover {
                    background: #11aa91;
                    box-shadow: 0 0 10px #11aa91;
                }

        .application_tabs .active {
            color: #fff;
            height: 100%;
            background: #1ae0be;
            box-shadow: 0 0 10px #1ae0be;
        }

    .application_content .con_pannel {
        position: absolute;
        left: 19%;
        width: 50%;
    }

    .application_content #content1 {
        left: 12%;
    }

    .application_content #content2 {
        left: 12%;
    }

    .application_content #content3 {
        left: 12%;
    }

    .application_content #content4 {
        left: 12%;
    }

    .application_content #content5 {
        left: 12%;
    }

    .application_content #content6 {
        left: 12%;
    }

    .application_content .con_pannel .weight {
        font-size: 36px;
        font-weight: 400;
        color: #ffffff;
    }

    .application_content .application_text {
        width: 70%;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
        line-height: 30px;
    }

.application_content .more {
    width: 97px;
    height: 31px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 47px;
    cursor: pointer;
}

        .application_content .more a {
            color: #fff !important;
        }

        .application_content .more:hover {
            border-color: #1d7bf4;
            background-color: #1d7bf4;
        }

    .application_content .con_pannel {
        font-size: 18px;
        display: none;
        color: #fff;
    }

        .application_content .con_pannel:first-of-type {
            display: block;
        }

    .con_pannel .car {
        margin-top: 10px;
    }

    .application_content div i {
        font-weight: bold;
    }

    .application_content .con_pannel:target {
        display: block;
    }

    .application_content .application_img {
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }

        .application_content .application_img img {
            width: 100%;
            height: 100%;
        }

    /* 应用领域 - 结束 */

    /* 企业的优势 - 开始 */
    .our_strength_1 {
        height: 845px;
        background-color: #f1f4f9;
    }

    .our_strength {
        width: 100%;
        height: 100%;
        padding-top: 80px;
        background: url('../uploads/index5.jpg') no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

        .our_strength .masking {
            width: 100%;
            height: 270px;
            background: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 0;
        }

        .our_strength .our-swiper {
            overflow: hidden;
            position: absolute;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff;
        }

        .our_strength .our_title {
            font-size: 36px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .our_strength .our_detail_text {
            width: 70%;
            font-size: 24px;
            /* font-family: Microsoft YaHei; */
            /* font-weight: 400; */
            color: #ffffff;
            margin-bottom: 35px;
        }

        .our_strength .more {
            width: 99px;
            height: 29px;
            border: 1px solid #fff;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            cursor: pointer;
        }

    .our-swiper .myOurSwiper {
        position: relative;
    }

    .myOurSwiper .swiper-button-prev,
    .myOurSwiper .swiper-button-next {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
    }

    .our_strength-title {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

        .our_strength-title .our_strength-subtitle {
            font-size: 20px;
            font-weight: 400;
            color: #fff;
            margin-top: 10px;
            position: relative;
        }

    .our_strength-subtitle::after {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background: #1d7bf4;
        border-radius: 1px;
        position: absolute;
        top: -11px;
        left: 50%;
        margin-left: -30px;
    }

    .our_strength_body {
        width: 100%;
        height: 100%;
        padding: 70px 0 100px 0;
        display: flex;
        justify-content: space-between;
    }

        .our_strength_body .our_strength_body_img {
            flex: 1;
            width: 90%;
            height: 100%;
        }

            .our_strength_body .our_strength_body_img img {
                width: 100%;
                height: 100%;
            }

        .our_strength_body .our_strength_body_text {
            flex: 1;
            width: 100%;
            padding-left: 7%;
        }

    .our_strength_fl_head .production {
        font-size: 48px;
        font-weight: 400;
        color: #333333;
        line-height: 48px;
        margin-top: 20px;
    }

    .our_strength_fl_head .text {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 48px;
        margin-top: 20px;
        width: 86%;
    }

    .our_strength_fl_head .more {
        width: 110px;
        height: 32px;
        border: 1px solid #333333;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #333333;
        margin-top: 50px;
    }

    /* 企业的优势 - 结束 */

    /* 企业荣耀 - 开始 */
    .company_glory {
        width: 100%;
        padding-top: 50px;
        background: url('../uploads/company_glory_bg.jpg') no-repeat;
        /* background-size: 100% 100%; */
    }

    .company_glory_head {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .company_glory_head .company_glory_title {
            width: 410px;
            height: 135px;
            background: url('../images/logo_1.png') no-repeat;
            text-align: center;
            line-height: 135px;
            font-size: 36px;
            color: #1d7bf4;
        }

        .company_glory_head .company_glory_text {
            font-size: 18px;
            width: 65%;
            margin-top: 40px;
            text-align: center;
        }

    .mySwiper {
        width: 100%;
        height: 430px;
    }

    .zhengshu ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: self-start;
        justify-content: start;
        padding: 0 50px;
    }

    .swiper-slide {
        background: transparent;
    }

    .zhengshu ul li {
        flex: 1;
        padding: 0 20px;
        width: 30%;
        height: 86%;
    }

        .zhengshu ul li img {
            border: 10px solid #6d5539;
            margin-bottom: 10px;
        }

        .zhengshu ul li span {
            font-size: 15px;
            color: #666;
            margin-top: 20px;
        }

    .company_glory_swipper .swiper {
        height: 474px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 3% !important;
        height: 9% !important;
        background: #fff;
        top: 40% !important;
    }

        .swiper-button-prev::after,
        .swiper-button-next::after {
            color: #333;
            font-size: 18px !important;
        }

    /* 企业荣耀 - 结束 */

    /* 新闻中心 - 开始 */
    .press_center {
        background: linear-gradient(180deg, #ecf2fe, #f2f6ff, #ffffff);
    }

    .press_center-title {
        font-size: 36px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        padding-top: 80px;
        display: flex;
        justify-content: space-between;
    }

        .press_center-title a {
            font-size: 20px;
            font-weight: 400;
            color: #666666;
            margin-top: 10px;
            position: relative;
        }

        .press_center-title .text {
            position: relative;
        }

            .press_center-title .text::before {
                content: '';
                display: block;
                width: 60px;
                height: 2px;
                background: #1d7bf4;
                border-radius: 1px;
                position: absolute;
                bottom: -0px;
                left: 50%;
                margin-left: -30px;
            }

    .press_center_body {
        margin-top: 40px;
        padding-bottom: 70px;
    }

        .press_center_body ul {
            display: flex;
            justify-content: start;
            align-items: center;
        }

            .press_center_body ul li {
                width: 25%;
                margin-right: 30px;
                box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
                background: #ffffff;
                display: flex;
                flex-direction: column;
                overflow: hidden;
            }

                .press_center_body ul li:last-child {
                    padding: 0;
                    margin-right: 0;
                }

        .press_center_body li img {
            width: 100% !important;
            height: 100%;
        }

        .press_center_body li .img_box {
            overflow: hidden;
        }

            .press_center_body li .img_box:hover {
                cursor: pointer;
            }

            .press_center_body li .img_box img {
                transform: scale(1);
                transition: all 0.6s;
            }

            .press_center_body li .img_box:hover img {
                transform: scale(1.1);
                transition: all 0.6s;
            }

    .press_center_body_b {
        padding: 20px;
        height: 250px;
        position: relative;
    }

        .press_center_body_b .press_center_title {
            font-size: 18px;
            color: #333;
        }

        .press_center_body_b .press_center_text {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
        }

        .press_center_body_b .press_center_time {
            font-size: 18px;
            color: #999;
            display: flex;
            align-items: center;
            position: absolute;
            bottom: 2%;
        }

            .press_center_body_b .press_center_time i {
                display: inline-block;
                width: 7px;
                height: 7px;
                border-radius: 7px;
                background-color: #1d7bf4;
                margin-right: 10px;
            }

    /* 新闻中心 - 结束 */

    /* 应用领域 - 结束 */
    .applicationArea {
        margin: 122px 0;
    }

        .applicationArea .swiper-slide .swiper-box {
            width: 50% !important;
            height: 649px !important;
            border: 1px solid #c3c3c3;
        }

            .applicationArea .swiper-slide .swiper-box img {
                width: 100% !important;
                height: 50% !important;
            }

            .applicationArea .swiper-slide .swiper-box .bottom-text {
                display: flex;
                flex-direction: column;
                align-items: self-start;
                padding: 20px;
                padding-top: 50px;
            }

                .applicationArea .swiper-slide .swiper-box .bottom-text .bottom-text-title {
                    font-size: 24px;
                    font-weight: bold;
                    color: #000000;
                    text-indent: 0;
                }

                .applicationArea .swiper-slide .swiper-box .bottom-text .bottom-text-detail {
                    font-size: 17px;
                    font-weight: 400;
                    color: #000000;
                    text-align: left;
                    text-indent: 0;
                }

        .applicationArea .teamStyle-swiper-box .swiper-button-next,
        .applicationArea .teamStyle-swiper-box .swiper-button-prev {
            background-color: transparent !important;
        }

            .applicationArea .teamStyle-swiper-box .swiper-button-next::after,
            .applicationArea .teamStyle-swiper-box .swiper-button-prev::after {
                font-size: 4vw !important;
                font-weight: 700;
                color: #999;
            }
    /* 应用领域 - 开始 */
    /* 合作伙伴 - 开始 */
    .cooperativePartner {
        margin-top: 44px;
    }

        .cooperativePartner .company-title {
            width: 100%;
            text-align: center;
            font-size: 38px;
            font-weight: 400;
            color: #000000;
            position: relative;
            margin-bottom: 38px;
        }

            .cooperativePartner .company-title::after {
                content: '';
                width: 38px;
                height: 2px;
                background: #1890ff;
                position: absolute;
                left: 50%;
                margin-left: -16px;
                top: 70px;
            }

        .cooperativePartner .company-box {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

            .cooperativePartner .company-box .company-box-demo {
                width: 23.3%;
                margin-right: 32px;
                margin-bottom: 53px;
            }

                .cooperativePartner .company-box .company-box-demo .company-name {
                    text-align: center;
                    margin-top: 25px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #333333;
                }

                .cooperativePartner .company-box .company-box-demo:nth-child(4),
                .company-box-demo:nth-child(4n) {
                    margin-right: 0 !important;
                }

                .cooperativePartner .company-box .company-box-demo .company-img-box {
                    width: 100%;
                    height: 186px;
                    background: #ffffff;
                    border: 1px solid #e5e5e5;
                    border-radius: 10px;
                    cursor: pointer;
                    overflow: hidden;
                    display: block;
                }

                    .cooperativePartner .company-box .company-box-demo .company-img-box img {
                        transform: scale(1);
                        transition: all 0.6s;
                        width: 100%;
                        height: 100%;
                    }

                    .cooperativePartner .company-box .company-box-demo .company-img-box:hover {
                        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                    }

                        .cooperativePartner .company-box .company-box-demo .company-img-box:hover img {
                            transform: scale(1.1);
                            transition: all 0.6s;
                        }
    /* 合作伙伴 - 结束 */


/* 字体适配 */
@media only screen and (max-width: 1600px) and (min-width: 1280px) {
}

@media only screen and (max-width: 1280px) and (min-width: 960px) {
}

@media only screen and (max-width: 960px) {
}



@media screen and (max-width: 1024px) {
    .product-center-content {
        display: block;
        margin: 5% 0;
    }

        .product-center-content .product-center-content-fl {
            width: 100%;
            height: auto;
        }

    .product-center-content-fr {
        width: 100%;
    }

    #productLabel {
        margin: 5% 3% !important;
        display: flex;
        align-items: center;
    }

        #productLabel li {
            font-size: 1.5rem;
            white-space: nowrap;
        }

    .product-demo {
        width: 22.6% !important;
        margin: 0 10px !important;
    }

    .product-demo-title {
        font-size: 2rem;
    }

    .application_area-title {
        font-size: 3.6rem !important;
    }

    .application_area-subtitle {
        font-size: 2rem;
    }

    .application_tabs ul {
        width: 100%;
        height: auto !important;
        flex-wrap: wrap;
    }

    .application_content .con_pannel {
        width: 100%!important;
        left: 0%!important;
    }
    .application_content .application_text {
        width: 100% !important;
    }

        .application_tabs ul li {
            font-size: 1.1rem;
            width: 33.3% !important;
            height: 4.8rem !important;
        }

    .application_content .con_pannel {
        width: 100% !important;
    }

    .application_content .weight {
        font-size: 2.6rem !important;
    }

    .application_content .application_text {
        line-height: 22px;
        width: 100% !important;
        font-size: 1.3rem !important;
    }

    .application_content .more {
        margin-top: 5% !important;
    }

    .our_strength {
        background-size: cover !important;
    }

        .our_strength .masking {
            height: 40% !important;
        }

    .masking .our_title {
        font-size: 3.6rem !important;
    }

    .masking .our_detail_text {
        font-size: 1.3rem !important;
    }

    .masking .more {
        font-size: 1.4rem !important;
    }

    .company_glory_title {
        font-size: 3rem;
    }

    .company_glory_text {
        font-size: 1.2vw !important;
        width: 95% !important;
    }

    .zhengshu li {
        width: 27vw!important;
        padding: 0 1rem !important;
    }

        .zhengshu li span {
            font-size: 1.2vw !important;
            word-break: break-word;
        }

    .company_glory_swipper .swiper {
        height: 455px !important;
    }

    .press_center .press_center-title .text{
        font-size: 3rem;
    }

    .press_center .press_center-title {
        position: relative;
        justify-content: center;
    }

        .press_center .press_center-title a {
            font-size: 2rem;
            position: absolute;
            right: 0;
        }

    .press_center_body ul {
        flex-wrap: wrap;
    }

    .press_center_body ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 5%;
    }

    .corporateHonors-body-swiper .swiper-slide {
        /*width: 25% !important;*/
        margin: 0 10px !important;
        width: 26vw!important;
        /*height: 25vh;*/
    }

        .corporateHonors-body-swiper .swiper-slide .swiper-box {
        }

    .corporateHonors-body-swiper img {
        width: 100%!important;
        height: 100%!important;
    }

    .product-center-detail {
        display: block;
    }

        .product-center-detail .product-center-fl, .product-center-detail .product-center-fr {
            width: 100%;
        }

    .product-center-fl ul li {
        width: 33.3%;
        height: auto;
        padding: 1% 3%;
        font-size: 1.4vw;
    }

    .product-center-fl ul li::after {
        display: none;
    }
        .product-center-fl ul {
            display: flex;
            flex-wrap: wrap;
        }

    .product-center-detail .product-center-fl {
        padding-left: 0;
        margin-top: 4%;
        border-radius: unset;
    }

    .product-center-fl-title {
        height: auto;
        padding: 2% 20px;
        font-size: 2vw;
        border-radius: unset;
    }

    .product-center-fr-top-l {
        height: auto!important;
    }

    .product-center-fr-top-r .title{
        height: auto;
    }

    .product-center-fr-top-l img {
        width: 100% !important;
        height: 100% !important;
    }

    .product-center-fr-top-r {
        padding-left: 3%;
    }


        .product-center-fr-top-r .title {
            font-size: 4vw;
        }

    .product-center-fr-top-r img {
        width: 100%;
    }

    .product-center-fr {
        padding-left: 0;
        margin-top: 3%;
    }

    .product-center-fr-top-r button {
        width: auto;
        height: auto;
        padding: 8px;
        font-size: 3vw;
        margin-top: 2vh;
    }
        .product-center-fr-top-r button img {
            width: 15px;
            height: 17px;
        }
        .product-center-fr-bottom {
        margin-top: 5vh;
    }

    .product-center-fr-bottom .title {
        font-size: 3vw;
    }

            .product-center-fr-bottom .company_intro_box {
                margin-top: 3vh;
            }

                .product-center-fr-bottom .company_intro_box .about_pannel {

                }

    .applicationArea {
        margin: 10vh 0!important;
    }

        .applicationArea .swiper {
            height: 35vh !important;
        }

    .teamStyle-swiper-box .swiper-slide {
        padding: 0 0;
    }

    .applicationArea .swiper-slide .swiper-box {
        height: 40vh !important;
    }

    .applicationArea .swiper-slide .swiper-box img {
        width: 100% !important;
        height: 50% !important;
    }

    .applicationArea .swiper-slide .swiper-box .bottom-text {
        padding: 2%;
        height: 46%;
    }

        .applicationArea .swiper-slide .swiper-box .bottom-text .bottom-text-title {
            font-size: 2.4vw;
        }

        .applicationArea .swiper-slide .swiper-box .bottom-text .bottom-text-detail {
            font-size: 1.2vw;
            height: 100%;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 6;
        }

   
    .teamStyle-swiper-box .swiper-button-prev {
        left: 0!important;
    }

    .cooperativePartner {
        margin-top: 0;
    }

    .cooperativePartner .company-title {
        font-size: 3.8vw;
    }
        .cooperativePartner .company-title::after {
            font-size: 3.8vw;
            top: auto;
            bottom: -1vh;
        }

    .cooperativePartner .company-box .company-box-demo {
        width: 46%!important;
        margin: 0 2%;
        margin-bottom: 6%;
    }

        .cooperativePartner .company-box .company-box-demo .company-img-box {
            height: auto;
        }


    .press_center_body_b .press_center_text {
        font-size: 1rem;
        color: #666;
        margin-top: 10px;
        height: 67%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    }
}

@media only screen and (max-width: 768px) {
    #productLabel .active {
        font-weight: 700;
        padding-left: 0;
        background: transparent;
    }
    .teamStyle-swiper-box .swiper-button-next {
        right: 0 !important;
    }

        #productLabel .active::after {
            display: none;
        }

    .product-demo {
        width: 100% !important;
    }

    .company_glory {
        overflow: hidden;
    }
    .teamStyle-swiper-box .swiper-slide .swiper-box {
        margin: 0 !important;
    }
        .teamStyle-swiper-box .swiper-slide .swiper-box:first-of-type {
            margin: 0 3% 0 0!important;
        }

    .cooperativePartner .company-box .company-box-demo {
        width: 47.3%;
    }
}

@media only screen and (max-width: 414px) {
    .press_center_body ul li {
        width: 100%;
        margin-right: 0;
    }

    #productLabel {
        width: 97%;
        display: flex;
        align-items: center;
    }

        #productLabel li {
            width: 50%;
            font-size: 1.2rem;
        }


    .application_tabs {

    }

    .application_area-subtitle {
        font-size: 3vw!important;
    }

    .product-center-title .product-center-subtitle {
        font-size: 4vw;
    }

    .swiper-button-prev, .swiper-button-next {
        background: transparent !important;
    }

    .zhengshu li span {
        font-size: 1.1rem !important;
    }

    .press_center .press_center-title a {
        font-size: 1.5rem;
    }

    .press_center_body_b .press_center_title {
        font-size: 1.6rem;
    }

    .press_center_body_b .press_center_text {
        font-size: 1rem;
    }

    .our_strength .our-swiper {
        left: 0;
        padding: 13% 2%;
    }

    .our_strength .our_detail_text {
        width: 100%;
    }

    .our_strength_1 .masking {
        min-height: 50% !important;
    }

    .application_area {
        padding-top: 5vh;
        height: 84rem;
        /*height: 100vh;*/
    }
    .application_content .application_text {
        font-size: 1.1rem !important;
        line-height: inherit;
    }

    .company_glory_head .company_glory_title {
        font-size: 2.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .company_glory {
        background-size: auto;
    }

    .company_glory_swipper .swiper {
        height: 66vh !important;
    }

    .press_center .press_center-title .text {
        font-size: 5vw;
    }

    .press_center .press_center-title a {
        font-size: 1vw;
    }

    .product-center-subtitle {
        font-size: 3vw;
    }

    .company-box-demo .company-name {
        margin-top: 2vh!important;
        font-size: 2vw!important;
    }

}